Description
Refresh the UI cache. This is a void operation - the input object is returned back as the oputput
Operation id | WebUI.Refresh |
Aliases | Seam.Refresh
|
Category | User Interface |
Label | Refresh |
Requires | Seam |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "WebUI.Refresh",
"aliases" : [ "Seam.Refresh" ],
"label" : "Refresh",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Refresh the UI cache. This is a void operation - the input object is returned back as the oputput",
"url" : "WebUI.Refresh",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "additional list of seam events to raise",
"description" : null,
"type" : "stringlist",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}